runtime.workType.full (field)

9 uses

	runtime (current package)
		mgc.go#L319: 	full  lfstack          // lock-free list of full blocks workbuf
		mgc.go#L1560: 	if !work.full.empty() {
		mgc.go#L1579: 	if work.full != 0 || work.markrootNext < work.markrootJobs {
		mgc.go#L1580: 		print("runtime: full=", hex(work.full), " next=", work.markrootNext, " jobs=", work.markrootJobs, " nDataRoots=", work.nDataRoots, " nBSSRoots=", work.nBSSRoots, " nSpanRoots=", work.nSpanRoots, " nStackRoots=", work.nStackRoots, "\n")
		mgcmark.go#L1211: 		if work.full == 0 {
		mgcmark.go#L1291: 		if work.full == 0 {
		mgcwork.go#L420: 	work.full.push(&b.node)
		mgcwork.go#L428: 	b := (*workbuf)(work.full.pop())
		mgcwork.go#L455: 	if work.full != 0 {